home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5510 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.3 KB  |  46 lines

  1. Newsgroups: comp.lang.misc,comp.lang.perl.misc,comp.lang.tcl,comp.lang.c,comp.lang.java
  2. Path: hearst.acc.Virginia.EDU!murdoch!usenet
  3. From: jtv2j@brunelleschi.cs.virginia.edu (John Viega)
  4. Subject: Re: Relative Speed of Perl vs. Tcl vs. C
  5. In-Reply-To: jnshapi@ecte.uswc.uswest.com's message of Sat, 10 Feb 1996 19:48:42 GMT
  6. X-Nntp-Posting-Host: brunelleschi.cs.virginia.edu
  7. Message-ID: <JTV2J.96Feb11115145@brunelleschi.cs.virginia.edu>
  8. Followup-To: comp.lang.misc,comp.lang.perl.misc,comp.lang.tcl,comp.lang.c,comp.lang.java
  9. Sender: usenet@murdoch.acc.Virginia.EDU
  10. Reply-To: rust@Virginia.EDU
  11. Organization: Computer Science Dept, University of Virginia
  12. References: <4e3a2u$eoa@wcap.centerline.com> <4e54vc$7sk@orac.mon.rnb.com>
  13.     <JTV2J.96Feb9185929@garnet.cs.virginia.edu>
  14.     <DMKsD6.IEt@da_vinci.ecte.uswc.uswest.com>
  15. Date: Sun, 11 Feb 1996 16:51:41 GMT
  16.  
  17. In article <DMKsD6.IEt@da_vinci.ecte.uswc.uswest.com> jnshapi@ecte.uswc.uswest.com (Shapiro) writes:
  18.  
  19. > I program in both Perl and Tcl/Tk.  My feeling is that it is often easier
  20. > to read Tcl/Tk code than Perl code because of the coding styles used by the
  21. > writers.  Also, (and please do not flame me for this comment) Perl has some
  22. > very powerful functions which allow the programmer to do a lot in just a
  23. > few lines.  Sometimes I have to think a bit before I can understand my own
  24. > Perl code, code which I may have written only a few days ago.  This is not
  25. > the case with Tcl/Tk.  Tcl/Tk code is generally easier to glance at and
  26. > understand.
  27.  
  28. I fell in love with Perl a couple of years ago, until I learned
  29. Python, which can do everything Perl can, and has the advantage of
  30. being readable.  Any time I want to use Tcl/Tk, I just use the Python
  31. interface to it.
  32.  
  33. If you like Perl or Tcl, check out Python (www.python.org), as you'll
  34. probably be pleasently surprised.
  35.  
  36. John
  37.  
  38. ------------------------------------------------------------------------------|
  39. |John Viega                          "Non-structurally equivolent types in C |
  40. |rust@virginia.edu                     are polymorphic vis-a-vis their common |
  41. |http://www.cs.virginia.edu/~jtv2j/    entity, the core dump."                |
  42. |University of Virginia                                  --George Williams    |
  43. -------------------------------------------------------------------------------
  44.  
  45.  
  46.